Description | : **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). The `List` request returns an array containing all data registries previously registered using the [Register or Replace API](https://docs.microsoft.com/rest/api/maps/data-registry/register-or-replace). This API won't check whether Azure Maps can access the underlying content and whether integrity check is passed for each data registry. Please use [Get Content](https://docs.microsoft.com/rest/api/maps/data-registry/get-content) for the latest status individually. The data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts. >[!Important] >By using this feature, you agree to the preview legal terms. See the [Preview Supplemental Terms](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/) for additional details. ## Submit List Request To list all your data registries, issue a `GET` request with no additional parameters. ## List Response The `List` request returns an array of data registries in `JSON` format in the body of the response. |
Reference | : Link ¶ |
⚼ Request
GET:
/dataRegistries
{
x-ms-client-id:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
udid:
string
,
description:
string
,
kind:
enum
,
azureBlob:
{
,
dataFormat:
enum
,
msiClientId:
string
,
linkedResource:
string
,
blobUrl:
string
,
downloadURL:
string
,
sizeInBytes:
integer
,
contentMD5:
string
,
}
status:
enum
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
innererror:
}
{
,
code:
string
,
innererror:
string
,
}